.type-light .cp-text-horizontal-image .cta-button {
  background-color: #fff;
}

.type-light .cp-text-horizontal-image .cta-button .text {
  color: #141414;
}

.type-light .cp-text-horizontal-image .cta-button:before {
  background-color: #141414;
}

.type-light .cp-text-horizontal-image .cta-button:after {
  border: 1px solid #fff;
}

.type-light .cp-text-horizontal-image .cta-button:hover .text, .type-light .cp-text-horizontal-image .cta-button:focus .text {
  color: #fff;
}

.type-light .cp-text-horizontal-image .cta-button:hover:before, .type-light .cp-text-horizontal-image .cta-button:focus:before {
  width: 100%;
}

.type-light .cp-text-horizontal-image .type-line.cta-button:after {
  border: 1px solid #111;
}

.cp-text-horizontal-image .cta-button {
  background-color: #111;
}

.cp-text-horizontal-image .cta-button:before {
  background-color: #fff;
}

.cp-text-horizontal-image .cta-button:after {
  border-color: #fff;
}

.cp-text-horizontal-image .cta-button:hover .text, .cp-text-horizontal-image .cta-button:focus .text {
  color: #000;
}

.cp-text-horizontal-image .cta-button:hover:before, .cp-text-horizontal-image .cta-button:focus:before {
  width: 100%;
}

.cp-text-horizontal-image .type-line.cta-button:after {
  border: 1px solid #111;
}

.cp-text-horizontal-image .cta-button .text {
  color: #fff;
}

.cp-text-horizontal-image {
  overflow: hidden;
  position: relative;
}

.cp-text-horizontal-image.align-right .cp-text-horizontal-image__text {
  padding: 0 140px 0 180px;
  padding: 0 14rem 0 18rem;
}

.cp-text-horizontal-image.align-left .cp-text-horizontal-image__visual {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cp-text-horizontal-image.align-left .cp-text-horizontal-image__text {
  padding: 0 180px 0 140px;
  padding: 0 18rem 0 14rem;
}

.cp-text-horizontal-image__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}

.cp-text-horizontal-image__visual {
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 63.54%;
  -ms-flex-preferred-size: 63.54%;
  flex-basis: 63.54%;
}

.cp-text-horizontal-image__visual .js-picture {
  height: 100%;
}

.cp-text-horizontal-image__visual .js-picture:before {
  display: block;
  padding-top: 49.18%;
  content: '';
}

.cp-text-horizontal-image__visual .js-picture.img-left .js-img-bg {
  background-position: left;
}

.cp-text-horizontal-image__visual .js-picture.img-right .js-img-bg {
  background-position: right;
}

.cp-text-horizontal-image__visual .js-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cp-text-horizontal-image__visual .video-container,
.cp-text-horizontal-image__visual video {
  height: 100%;
}

.cp-text-horizontal-image__visual .video-container:before {
  display: block;
  padding-bottom: 56.23%;
  content: '';
}

.cp-text-horizontal-image__visual .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-text-horizontal-image__text {
  -webkit-flex-basis: 36.46%;
  -ms-flex-preferred-size: 36.46%;
  flex-basis: 36.46%;
  min-height: 600px;
  min-height: 60rem;
}

.cp-text-horizontal-image__text-inner {
  height: 100%;
  padding-bottom: 80px;
  padding-bottom: 8rem;
  border-bottom: 1px solid #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-text-horizontal-image__eyebrow {
  margin-bottom: 71px;
  margin-bottom: 7.1rem;
}

.cp-text-horizontal-image__eyebrow .el-eyebrow {
  font-family: "genesis-Head-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #c36f51;
  letter-spacing: -.025em;
  line-height: normal;
  text-transform: uppercase;
}

.cp-text-horizontal-image__title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.cp-text-horizontal-image__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: -.025em;
  line-height: 1.047;
}

.cp-text-horizontal-image__desc .el-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #ccc;
}

.cp-text-horizontal-image__desc .el-desc a:not(.cm-tooltip-opener) {
  display: inline-block;
  color: #ccc;
}

.cp-text-horizontal-image__cta {
  margin-top: 73px;
  margin-top: 7.3rem;
}

.cp-text-horizontal-image__disclaimer {
  margin-top: 26px;
  margin-top: 2.6rem;
}

.cp-text-horizontal-image__disclaimer .el-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.571;
  color: #999;
}

@media screen and (max-width: 1919px) {
  .cp-text-horizontal-image.align-right .cp-text-horizontal-image__text {
    padding: 0 120px 0 156px;
    padding: 0 12rem 0 15.6rem;
  }
  .cp-text-horizontal-image.align-left .cp-text-horizontal-image__text {
    padding: 0 156px 0 120px;
    padding: 0 15.6rem 0 12rem;
  }
  .cp-text-horizontal-image__visual {
    -webkit-flex-basis: 63.37%;
    -ms-flex-preferred-size: 63.37%;
    flex-basis: 63.37%;
  }
  .cp-text-horizontal-image__text {
    -webkit-flex-basis: 36.63%;
    -ms-flex-preferred-size: 36.63%;
    flex-basis: 36.63%;
    min-height: 500px;
    min-height: 50rem;
  }
  .cp-text-horizontal-image__text-inner {
    padding-bottom: 53px;
    padding-bottom: 5.3rem;
  }
  .cp-text-horizontal-image__eyebrow {
    margin-bottom: 52px;
    margin-bottom: 5.2rem;
  }
  .cp-text-horizontal-image__title .el-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.055;
  }
  .cp-text-horizontal-image__cta {
    margin-top: 54px;
    margin-top: 5.4rem;
  }
}

.type-light .cp-text-horizontal-image__eyebrow .el-eyebrow {
  color: #af6249;
}

.type-light .cp-text-horizontal-image__title .el-title {
  color: #000;
}

.type-light .cp-text-horizontal-image__desc .el-desc {
  color: #262626;
}

.type-light .cp-text-horizontal-image__desc .el-desc a:not(.cm-tooltip-opener) {
  color: #262626;
}

.type-light .cp-text-horizontal-image__disclaimer .el-disclaimer {
  color: #666;
}

.type-light .cp-text-horizontal-image__text-inner {
  border-color: #a2a2a2;
}

.type-light .cp-text-horizontal-image .cta-button:after {
  border: 1px solid #111;
}

@media screen and (max-width: 1599px) {
  .cp-text-horizontal-image.align-right .cp-text-horizontal-image__text {
    padding: 0 100px 0 140px;
    padding: 0 10rem 0 14rem;
  }
  .cp-text-horizontal-image.align-left .cp-text-horizontal-image__text {
    padding: 0 140px 0 100px;
    padding: 0 14rem 0 10rem;
  }
  .cp-text-horizontal-image__visual {
    -webkit-flex-basis: 63.23%;
    -ms-flex-preferred-size: 63.23%;
    flex-basis: 63.23%;
  }
  .cp-text-horizontal-image__text {
    -webkit-flex-basis: 36.77%;
    -ms-flex-preferred-size: 36.77%;
    flex-basis: 36.77%;
    min-height: 423px;
    min-height: 42.3rem;
  }
  .cp-text-horizontal-image__text-inner {
    padding-bottom: 32px;
    padding-bottom: 3.2rem;
  }
  .cp-text-horizontal-image__eyebrow {
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
  }
  .cp-text-horizontal-image__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-text-horizontal-image__title {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .cp-text-horizontal-image__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.066;
  }
  .cp-text-horizontal-image__desc .el-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-text-horizontal-image__cta {
    margin-top: 42px;
    margin-top: 4.2rem;
  }
  .cp-text-horizontal-image__disclaimer {
    margin-top: 16px;
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-text-horizontal-image.align-right .cp-text-horizontal-image__text {
    padding: 0 76px 0 115px;
    padding: 0 7.6rem 0 11.5rem;
  }
  .cp-text-horizontal-image.align-left .cp-text-horizontal-image__text {
    padding: 0 115px 0 76px;
    padding: 0 11.5rem 0 7.6rem;
  }
  .cp-text-horizontal-image__visual {
    -webkit-flex-basis: 55.46%;
    -ms-flex-preferred-size: 55.46%;
    flex-basis: 55.46%;
  }
  .cp-text-horizontal-image__text {
    -webkit-flex-basis: 44.54%;
    -ms-flex-preferred-size: 44.54%;
    flex-basis: 44.54%;
    min-height: 312px;
    min-height: 31.2rem;
  }
  .cp-text-horizontal-image__text-inner {
    padding-bottom: 22px;
    padding-bottom: 2.2rem;
  }
  .cp-text-horizontal-image__eyebrow {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
  .cp-text-horizontal-image__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-text-horizontal-image__title {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .cp-text-horizontal-image__title .el-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.166;
  }
  .cp-text-horizontal-image__desc .el-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.571;
  }
  .cp-text-horizontal-image__cta {
    margin-top: 25px;
    margin-top: 2.5rem;
  }
  .cp-text-horizontal-image__disclaimer .el-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .cp-text-horizontal-image .display-pc {
    display: none;
  }
  .cp-text-horizontal-image .display-mo {
    display: block;
  }
  .cp-text-horizontal-image.align-right .cp-text-horizontal-image__text, .cp-text-horizontal-image.align-left .cp-text-horizontal-image__text {
    padding: 0;
  }
  .cp-text-horizontal-image__content {
    display: block;
    padding: 0 58px;
    padding: 0 5.8rem;
  }
  .cp-text-horizontal-image__visual {
    min-height: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cp-text-horizontal-image__text {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-height: auto;
    margin-top: 30px;
    margin-top: 3rem;
  }
  .cp-text-horizontal-image__text-inner {
    padding-bottom: 34px;
    padding-bottom: 3.4rem;
  }
  .cp-text-horizontal-image__eyebrow {
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
  }
  .cp-text-horizontal-image__title {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-text-horizontal-image__desc {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
  .cp-text-horizontal-image__cta {
    margin-top: 14px;
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-text-horizontal-image__content {
    padding: 0 30px;
    padding: 0 3rem;
  }
  .cp-text-horizontal-image__text {
    margin-top: 38px;
    margin-top: 3.8rem;
  }
  .cp-text-horizontal-image__text-inner {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
  }
  .cp-text-horizontal-image__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-text-horizontal-image__title {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .cp-text-horizontal-image__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.066;
  }
  .cp-text-horizontal-image__desc {
    margin-top: 16px;
    margin-top: 1.6rem;
  }
  .cp-text-horizontal-image__desc .el-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .cp-text-horizontal-image__cta {
    margin-top: 34px;
    margin-top: 3.4rem;
  }
  .cp-text-horizontal-image__cta .cm-btn {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 100%;
    min-width: 100%;
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-text-horizontal-image__cta .cm-btn .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-text-horizontal-image__cta .cm-btn .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}


.type-light .cp-overlay__cta .cta-button.type-white {
  background-color: #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white .text {
  color: #141414;
}

.type-light .cp-overlay__cta .cta-button.type-white:before {
  background-color: #141414;
}

.type-light .cp-overlay__cta .cta-button.type-white:after {
  border: 1px solid #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white:hover .text, .type-light .cp-overlay__cta .cta-button.type-white:focus .text {
  color: #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white:hover:before, .type-light .cp-overlay__cta .cta-button.type-white:focus:before {
  width: 100%;
}

.type-light .cp-overlay__cta .type-line.cta-button.type-white:after {
  border: 1px solid #111;
}

.type-light .cp-overlay__cta .cta-button {
  background-color: #111;
}

.type-light .cp-overlay__cta .cta-button:before {
  background-color: #fff;
}

.type-light .cp-overlay__cta .cta-button:after {
  border-color: #fff;
}

.type-light .cp-overlay__cta .cta-button:hover .text, .type-light .cp-overlay__cta .cta-button:focus .text {
  color: #000;
}

.type-light .cp-overlay__cta .cta-button:hover:before, .type-light .cp-overlay__cta .cta-button:focus:before {
  width: 100%;
}

.type-light .cp-overlay__cta .type-line.cta-button:after {
  border: 1px solid #111;
}

.type-light .cp-overlay__cta .cta-button .text {
  color: #fff;
}

.cp-overlay.align-right .cp-overlay__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cp-overlay.align-right .cp-overlay__bg {
  left: 0;
}

.cp-overlay__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 2560px;
  margin: 0 auto;
  color: #fff;
}

.cp-overlay__img {
  position: relative;
}

.cp-overlay__img-wrap {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56.25%;
  padding-top: 170px;
  padding-top: 17rem;
}

.cp-overlay__img-wrap img {
  width: 100%;
}

.cp-overlay__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 74.07407%;
}

.cp-overlay__bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}

.cp-overlay__content {
  width: 43.75%;
  padding-left: 140px;
  padding-left: 14rem;
  padding-right: 180px;
  padding-right: 18rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-overlay.align-right .cp-overlay__content {
  padding-left: 180px;
  padding-left: 18rem;
  padding-right: 140px;
  padding-right: 14rem;
}

.cp-overlay__eyebrow {
  margin-bottom: 69px;
  margin-bottom: 6.9rem;
}

.cp-overlay__eyebrow .el-eyebrow {
  font-family: "genesis-Head-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -.025em;
  color: #c36f51;
}

.cp-overlay__title {
  margin-bottom: 43px;
  margin-bottom: 4.3rem;
}

.cp-overlay__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: -.025em;
  line-height: 44px;
  line-height: 4.4rem;
  color: #fff;
}

.cp-overlay__desc .el-desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ccc;
  line-height: 28px;
  line-height: 2.8rem;
}

.cp-overlay__cta {
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 0;
  white-space: nowrap;
}

.cp-overlay__cta .cta-button + .cta-button {
  margin-left: 20px;
  margin-left: 2rem;
}

@media (max-width: 1919px) {
  .cp-overlay__img-wrap {
    width: 56.0625%;
    padding-top: 160px;
    padding-top: 16rem;
  }
  .cp-overlay__bg {
    width: 74.02453%;
  }
  .cp-overlay__content {
    width: 43.9375%;
    padding-left: 120px;
    padding-left: 12rem;
    padding-right: 80px;
    padding-right: 8rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 80px;
    padding-left: 8rem;
    padding-right: 120px;
    padding-right: 12rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 15.2%;
  }
  .cp-overlay__title {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
  .cp-overlay__title .el-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media (max-width: 1599px) {
  .cp-overlay__img-wrap {
    width: 48.52941%;
  }
  .cp-overlay__bg {
    width: 69.69697%;
  }
  .cp-overlay__content {
    width: 51.47059%;
    padding-left: 100px;
    padding-left: 10rem;
    padding-right: 140px;
    padding-right: 14rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 140px;
    padding-left: 14rem;
    padding-right: 100px;
    padding-right: 10rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 0;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 51px;
    margin-bottom: 5.1rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-overlay__title {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
  }
  .cp-overlay__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .cp-overlay__cta {
    margin-top: 32px;
    margin-top: 3.2rem;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin-left: 15px;
    margin-left: 1.5rem;
  }
}

.type-light .cp-overlay__inner {
  color: #000;
}

.type-light .cp-overlay__bg:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.type-light .cp-overlay__eyebrow {
  margin-bottom: 69px;
  margin-bottom: 6.9rem;
}

.type-light .cp-overlay__eyebrow .el-eyebrow {
  color: #af6249;
}

.type-light .cp-overlay__title .el-title {
  color: #000;
}

.type-light .cp-overlay__desc .el-desc {
  color: #262626;
}

.type-light .cp-overlay__cta .cta-button:after {
  border-color: #111;
}

.type-light .cp-overlay__cta .cta-button.type-white:after {
  border-color: #111;
}

@media (max-width: 1359px) {
  .cp-overlay__img-wrap {
    width: 48.04688%;
    padding-top: 130px;
    padding-top: 13rem;
  }
  .cp-overlay__bg {
    width: 69.10569%;
  }
  .cp-overlay__content {
    width: 51.95313%;
    padding-left: 76px;
    padding-left: 7.6rem;
    padding-right: 70px;
    padding-right: 7rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 70px;
    padding-left: 7rem;
    padding-right: 76px;
    padding-right: 7.6rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 11.91%;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .cp-overlay__title {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
  .cp-overlay__title .el-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-overlay__cta {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

@media (max-width: 1023px) {
  .cp-overlay__img-wrap {
    width: 47.39583%;
    padding-top: 110px;
    padding-top: 11rem;
  }
  .cp-overlay__bg {
    width: 68.13187%;
  }
  .cp-overlay__content {
    width: 52.60417%;
    padding-left: 58px;
    padding-left: 5.8rem;
    padding-right: 98px;
    padding-right: 9.8rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 98px;
    padding-left: 9.8rem;
    padding-right: 58px;
    padding-right: 5.8rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 0;
  }
  .cp-overlay__cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cp-overlay.align-right .cp-overlay__content {
    padding: 38px 30px 0;
    padding: 3.8rem 3rem 0;
  }
  .cp-overlay__inner {
    display: block;
  }
  .cp-overlay__img-wrap, .cp-overlay__bg, .cp-overlay__content {
    width: 100%;
  }
  .cp-overlay__img-wrap {
    padding-top: 0;
  }
  .cp-overlay__content {
    padding: 38px 30px 0;
    padding: 3.8rem 3rem 0;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-overlay__title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }
  .cp-overlay__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-overlay__cta {
    display: block;
    margin-top: 30px;
    margin-top: 3rem;
    white-space: normal;
  }
  .cp-overlay__cta .cta-button {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 100%;
    min-width: 100%;
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-overlay__cta .cta-button .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-overlay__cta .cta-button .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}